Skip to main content

DeserializeListWithElements<TSerializer>.ParseListDelegate

Assembly: ServiceStack.Text.dll
View Source
Declaration
public delegate object ParseListDelegate(ReadOnlySpan<char> value, Type createListType, ParseStringSpanDelegate parseFn);